home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / CDTV / cdtvtools-20 / isoval / UserDocs < prev   
Encoding:
Text File  |  1992-02-06  |  2.4 KB  |  100 lines

  1.  
  2.  
  3.  
  4.                    ISOVal  ISO-9660 Image Validator
  5.                    ================================
  6.  
  7.                Copyright ©1991 Canadian Prototype Replicas
  8.  
  9.                                   PO Box 8,
  10.                                Breslau,Ontario
  11.                                    CANADA
  12.  
  13.                                   N0B  1M0
  14.  
  15.                                 519-884-4412
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.     ISOVal is an ISO-9660 Validator that you can run on any AmigaDOS
  27.     Device to ascertain problems with your file and directory structure
  28.     prior to actually making an ISO-9660 image.
  29.  
  30.  
  31.     The ISO-9660 standard has several rules as to the naming of files
  32.     and directories as well as a limit on directory/path depth.
  33.  
  34.     ISOVal will check your filesystem structure and report errors so
  35.     that you can make changes before actually creating the ISO image.
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.     Rule 1 - Maximum 8 Directory levels allowed
  49.              ie. ROOT:ONE/TWO/THREE/FOUR/FIVE/SIX/SEVEN/EIGHT/FILENAME
  50.  
  51.     Rule 2 - Legal character set consists of 0-9 A-Z and Underscore.
  52.  
  53.              Unfortunately the Amiga requires that some file names be
  54.              in a specific format.  For example SYSTEM-CONFIGURATION,
  55.              the icon files that end in .info need to have the ".info"
  56.              portion as lower case under certain conditions and ".font"
  57.              files require the same treatment.
  58.  
  59.              So we allow the Hypen as a legal character and lower case
  60.              ".info" and ".font" are considered legal.
  61.  
  62.     Rule 3 - Because the CD-FS and CDROM-FS both pose no restrictions on
  63.              the character set, we can modify Rule 2.
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.     Usage:  ISOVal <VOLUME:> [LOWER]/[AUTOUPPER]
  72.  
  73.             example - ISOVal WORK:
  74.  
  75.                       The volume WORK: will be validated with lower
  76.                       case names causing an error.
  77.  
  78.             example - ISOVal WORK: LOWER
  79.  
  80.                       The volume WORK: will be validated with lower
  81.                       case names allowed.
  82.  
  83.             example - ISOVal WORK: AUTOUPPER
  84.  
  85.                       The volume WORK: will be validated with all
  86.                       File/Dir names converted to uppercase on your drive.
  87.  
  88.  
  89.  
  90.  
  91.  
  92.             example - ISOVal WORK:MYDIR/TEMP
  93.  
  94.                       execution will start at the directory specified.
  95.  
  96.  
  97.     NOTE:   The LOWER and AUTOUPPER keywords are mutually exclusive.
  98.  
  99.  
  100.